home *** CD-ROM | disk | FTP | other *** search
/ Fritz: All Fritz / All Fritz.zip / All Fritz / FILES / PROGNG_C / MCD.LZH / MCD-2.EXE / HOURGLAS.C < prev    next >
C/C++ Source or Header  |  1992-03-26  |  748b  |  18 lines

  1. /* ============================================================
  2.    Mouse Cursor file HOURGLAS.C for TCXL version 6.0 and above
  3.        Created by MCD - Mouse Cursor Designer, version 2.00
  4.          MCD is Copyright (C) 1989-92 by Rimrock Software
  5.                        All rights reserved.
  6.        TCXL is Copyright 1987-92 by Innovative Data Concepts
  7.                        All rights reserved.
  8.    ============================================================ */
  9. #include <TCXLmou.h>
  10.  
  11. MouPtrT cursorHOURGLAS = {
  12.    7, 8,
  13.   {0x3,0x3,0x3,0x3,0x8007,0xc00f,0xe01f,0xf03f,
  14.    0xf03f,0xe01f,0xc00f,0x8007,0x3,0x3,0x3,0x3,
  15.    0x0,0x7ff8,0x4008,0x4008,0x21d0,0x17a0,0xb40,0x480,
  16.    0x480,0x840,0x11a0,0x27d0,0x5fe8,0x7ff8,0x7ff8,0x0}
  17.    };
  18.